翻訳と辞書
Words near each other
・ Interrogation (1979 film)
・ Interrogation (disambiguation)
・ Interrogation (film)
・ Interrogation of Abu Zubaydah
・ Interrogation of Saddam Hussein
・ Interrogation Room 109
・ Interrogation scene
・ Interrogations and Confessions
・ Interrogative
・ Interrogative word
・ Interrogatives in Esperanto
・ Interrogatories
・ Interroll
・ Interros
・ Interrupt
Interrupt coalescing
・ Interrupt control register
・ Interrupt descriptor table
・ Interrupt flag
・ Interrupt handler
・ Interrupt latency
・ Interrupt priority level
・ Interrupt request (PC architecture)
・ Interrupt storm
・ Interrupt This Program
・ Interrupt vector table
・ Interrupted aortic arch
・ Interrupted gene
・ Interrupted Melody
・ Interrupted rocksnail


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Interrupt coalescing : ウィキペディア英語版
Interrupt coalescing

Interrupt coalescing, also known as interrupt moderation,〔(【引用サイトリンク】title=Interrupt Moderation (Windows Drivers) )〕 is a technique in which events which would normally trigger a hardware interrupt are held back, either until a certain amount of work is pending, or a timeout timer triggers. Used correctly, this technique can reduce interrupt load by up to an order of magnitude, while only incurring relatively small latency penalties. Interrupt coalescing is typically combined with either a hardware FIFO or direct memory access, to allow for continued data throughput while interrupts are being held back.
Interrupt coalescing is a common feature of modern network cards, but the technique dates back to early computer UARTs such as the 16550 UART chip used in the IBM PC's serial interface, at a time when even servicing the interrupt rates required by the low data rate serial data streams of the day was taxing for contemporary CPUs.
Interrupt coalescing can also be implemented without support in hardware, by disabling interrupts in the interrupt controller and using timer-based polling.
== See also ==

* I/O processor
* Timer coalescing

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Interrupt coalescing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.